PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableCell Class / setBorders Method
A PDFFlowContentBorders object specifying how the top, right, bottom and left borders are drawn.
In This Topic
    setBorders Method
    In This Topic
    Sets the cell borders.
    Syntax
    public void setBorders( 
       PDFFlowContentBorders value
    )

    Parameters

    value
    A PDFFlowContentBorders object specifying how the top, right, bottom and left borders are drawn.
    See Also